Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / PdfString Class / FindLastIndex Method / FindLastIndex(Predicate<Byte>) Method

In This Topic
    FindLastIndex(Predicate<Byte>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function FindLastIndex( _
       ByVal match As System.Predicate(Of Byte) _
    ) As System.Integer
    public System.int FindLastIndex( 
       System.Predicate<byte> match
    )

    Parameters

    match
    See Also